FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / GetReportDefinitionResponse Class / GetReportDefinitionResponse Constructor / GetReportDefinitionResponse Constructor(ServerInfoHeader,Byte[])

In This Topic
    GetReportDefinitionResponse Constructor(ServerInfoHeader,Byte[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ServerInfoHeader As ServerInfoHeader, _
       ByVal Definition() As Byte _
    )
    public GetReportDefinitionResponse( 
       ServerInfoHeader ServerInfoHeader,
       byte[] Definition
    )

    Parameters

    ServerInfoHeader
    Definition
    See Also